Windows Docker containerを動かす
最小構成にする設定、tempファイルを削除するなど
構成が参考になりそう
windows containerを動かすときのはまりポイント
2025-04-09 12:46:49 これを試してみる
$ docker pull mcr.microsoft.com/windows/nanoserver:ltsc2019
code:error
なにこれtakker.icon
WSL2での結果
code:error
Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found
PowerShellでの結果
code:error
Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found
$ & $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon
switching to windows engine: windows containers have been disabled for this installationと出てしまった
installし直すか
To run Windows containers, you need Windows 10 or Windows 11 Professional or Enterprise edition. Windows Home or Education editions only allow you to run Linux containers.
中断!
Linux OS上では動かせないのか
private repoだとubuntuの2倍の費用がかかる